home *** CD-ROM | disk | FTP | other *** search
/ Workbench Add-On / Workbench Add-On - Volume 1.iso / BBS-Archive / Comm / traceroute-1.0.lha / traceroute / src / smakefile next >
Makefile  |  1994-05-25  |  447b  |  20 lines

  1. CFLAGS= PARAMETERS=REGISTERS NOSTACKCHECK UNSIGNEDCHARS OPTIMIZE \
  2.         NOWARNVOIDRETURN INCLUDEDIR=NETINCLUDE: IGNORE=132
  3. LIBS= NETLIB:net.lib
  4.  
  5. OBJS= socket_autoinit.o traceroute.o traceroute_ixsupport.o
  6.  
  7. traceroute: $(OBJS)
  8.    sc link to traceroute with <<
  9. $(OBJS) $(LIBS)
  10. <
  11.  
  12. socket_autoinit.o: socket_autoinit.c
  13.  
  14. traceroute.o: traceroute.c traceroute_protos.h traceroute_ixsupport_protos.h
  15.  
  16. traceroute_ixsupport.o: traceroute_ixsupport.c
  17.  
  18.  
  19.  
  20.